From: Konstantin Demin Date: Fri, 4 Jul 2025 08:06:13 +0000 (+0300) Subject: luci-lib-nixio: adjust with glibc and libcrypt-compat X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=a3cae27ab4f51c374f5cf9ab84f181ff91854d0b;p=project%2Fluci.git luci-lib-nixio: adjust with glibc and libcrypt-compat glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin --- diff --git a/libs/luci-lib-nixio/Makefile b/libs/luci-lib-nixio/Makefile index 91715e41d3..0b73ede43f 100644 --- a/libs/luci-lib-nixio/Makefile +++ b/libs/luci-lib-nixio/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=NIXIO POSIX library -LUCI_DEPENDS:=+liblua +LUCI_DEPENDS:= +USE_GLIBC:libcrypt-compat +liblua PKG_LICENSE:=Apache-2.0